﻿2026-04-27T12:28:16.8264350Z ##[group]Run if [ "failure" != "success" ] || \
2026-04-27T12:28:16.8265637Z [36;1mif [ "failure" != "success" ] || \[0m
2026-04-27T12:28:16.8266327Z [36;1m   [ "failure" != "success" ] || \[0m
2026-04-27T12:28:16.8267098Z [36;1m   [ "skipped" != "success" ]; then[0m
2026-04-27T12:28:16.8267849Z [36;1m  echo "One or more required jobs did not succeed:"[0m
2026-04-27T12:28:16.8268632Z [36;1m  echo "lint=failure"[0m
2026-04-27T12:28:16.8269152Z [36;1m  echo "test=failure"[0m
2026-04-27T12:28:16.8269826Z [36;1m  echo "build=skipped"[0m
2026-04-27T12:28:16.8270363Z [36;1m  exit 1[0m
2026-04-27T12:28:16.8270854Z [36;1mfi[0m
2026-04-27T12:28:16.8271378Z [36;1m[0m
2026-04-27T12:28:16.8271970Z [36;1mecho "All checks passed successfully!"[0m
2026-04-27T12:28:16.8787316Z shell: /usr/bin/bash -e {0}
2026-04-27T12:28:16.8788740Z env:
2026-04-27T12:28:16.8789699Z   FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2026-04-27T12:28:16.8790715Z ##[endgroup]
2026-04-27T12:28:16.9141628Z One or more required jobs did not succeed:
2026-04-27T12:28:16.9142708Z lint=failure
2026-04-27T12:28:16.9143284Z test=failure
2026-04-27T12:28:16.9143829Z build=skipped
2026-04-27T12:28:16.9177227Z ##[error]Process completed with exit code 1.
